This application demonstrates how to create Chinese UI by using the FT800 bitmap and 
custom font feature.  It implements one simple notepad application. Users can select 
one character out of 10 candidates per english letter to form one note up to 10 rows 
and 16 characters per rows. 

This package contains source code only for MSVC and Arduino platform. 


Setup information:
1. For Windows platform, needs:
   Microsoft Windows Visual Studio 2010 Express version. 
   MPSSE cable to make windows PC work as SPI host. 

   open project\Msvc_win32\Ft_App_Font\Ft_App_Font.sln. 
   
2. For Arduino platform, needs:
   Arduino IDE 1.0.5 version. 
   SD card formatted as FAT32.

   open project\Arduino\Ft_App_Font\Ft_App_Font.ino.


Release package contents:
1. \Bin folder contains the library and run time executables for Windows platform. 
2. \Docs folder contains the application note of this application. 
3. \Hdr folder contains the header file of windows MSVC project. 
4. \Src folder contains the source code of windows MSVC project. 
5. \Test folder contains the font file used by application when running up. 
6. \Project folder contains both the project files for Windows and Arduino platform. 

Notes:
1. For Arduino platform, it requires one freshly formatted SD card(FAT32)to be filled up
with all the files under \Test folder. 
2. By default, the SD card is assumed as SPI slave using digital pin 8 as CS pin at 
Arduino platform. 

Currrent Version: 
1.0
